projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31fc7d8
)
(auto-revert-set-timer): Minor doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 28 Mar 2004 14:02:48 +0000
(14:02 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 28 Mar 2004 14:02:48 +0000
(14:02 +0000)
lisp/autorevert.el
patch
|
blob
|
history
diff --git
a/lisp/autorevert.el
b/lisp/autorevert.el
index 74dfd934442a7cf09619e399d2cf8e140b4beb87..165c6b8b24fa1ff2224d73274a698f7b61016571 100644
(file)
--- a/
lisp/autorevert.el
+++ b/
lisp/autorevert.el
@@
-256,7
+256,7
@@
Use `auto-revert-mode' to revert a particular buffer."
(defun auto-revert-set-timer ()
"Restart or cancel the timer used by Auto-Revert Mode.
-If such a timer is
running
, cancel it. Start a new timer if
+If such a timer is
active
, cancel it. Start a new timer if
Global Auto-Revert Mode is active or if Auto-Revert Mode is active
in some buffer. Restarting the timer ensures that Auto-Revert Mode
will use an up-to-date value of `auto-revert-interval'"